﻿@charset "utf-8";
/* CSS Document */
.BSOS-home{
	margin: 0;
	padding: 0;
	height: 100%;
}
.ms-rtestate-field p, .ms-WPBody p
{
	margin-bottom: 10px !important;
}
/*BSOS Home*/
.header-banner {
	width: 100%;
	position: relative;
    height: 25em;
    z-index: 0;
	background-repeat:no-repeat;
    background-size: cover;
    background-position: center 35%;
}
.secondarynav-box {
    background: #fff;
}
.secondary-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.secondary-nav ul li {
	display: inline-block;
	position: relative;
}
.secondary-nav ul>li> a {
	font-family: filson-soft, sans-serif;
    font-weight: 300;
    font-size: 16px;
	line-height: 78px;
	background-color: #fff;
	border-bottom: 2px solid transparent;
	color: #525252;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	transition: all .3s ease;
}
.secondary-nav ul>li.active> a {
	border-bottom: 2px solid #cf112b;
	color: #9C0D20;
	background-color: #fae7e9;
}
.secondary-nav ul>li.active> a:hover
{
	border-bottom: 2px solid #cf112b;
}
.secondary-nav ul>li> a:hover
{
	border-bottom: 2px solid transparent;
	color: #9C0D20;
	background-color: #fae7e9;
}
.section-header {
	margin-bottom: 30px;
}
.section-header h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1.3;
	color:#444;
}
.title-text h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.3;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:#fff;
}
.lightgray-box
{
	background-color: #f5f5f5;
	padding: 30px 0;
}
.section-video {
	background-color: #fff;
	padding-top: 30px;
}
.section-video .section-header
{
	margin-bottom:0px;
}
.box-center {
	width: 80%;
	margin: 0 auto;
}
.section-video .box-center {
	width: 70%;
	margin: 0 auto;
}
.inner-box {
	padding: 0px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}
.title-text {
	padding: 10px 20px;
	background-color: #cf112b;
	color: #fff;
	font-size: 18px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.title-text .fa-list {
	margin-right: 10px;
}
.lower-content {
	padding: 30px;
	background-color: #fff;
	text-align: center;
	line-height:1.42857143;
}
span.text-red {
	color: #9C0D20;
}
.text-red {
	color: #9C0D20;
}
a.text-red {
	color: #9C0D20;
	font-weight: 600;
	cursor: pointer;
}
a.text-red:hover {
	color: #444;
}
.text-underline {
	text-decoration: underline;
}
a.course-work{
	width: 250px;
	display: block;
	background-color: #f5f5f5;
	color: #525252;
	margin: 25px auto 10px auto;
	padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #ddd;
}
a.btn:link,a.btn:visited
{
	color: #525252;

}
.inner-box .btn:focus, .inner-box .btn:active, .inner-box .btn:hover {
	background-color: #f5f5f5;
	color: #525252;
	border-color: #ddd;
}
.btn-primary .fa {
	margin-right: 5px;
}
.video {
	float: none;
	margin: 30px auto;
}
.session-location {
	position: relative;
	background-color: #231f20;
	color: #fff;
	font-weight: 300 !important;
	width: 320px;
	padding: 15px 20px 35px 20px;
	border: 1px solid #231f20;
	margin: 30px auto;
	cursor: default;
}
.strong-text {
	font-weight: 600;
	font-size:18px;
}
.session-location:active, .session-location:focus, .session-location:hover {
	background-color: #231f20 !important;
	color: #fff !important;
	border: 1px solid #231f20 !important;
	;
}
.session-time {
	position: absolute;
	display: block;
	background-color: #cf112b;
	color: #fff;
	font-weight: 300 !important;
	padding: 10px 28px;
	top: 70%;
	left: 10%;
	width: 250px;
	margin: 0 auto;
	border: 1px solid #cf112b !important;
	-webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.2);
	cursor: default;
}
.session-time:active, .session-time:focus, .session-time:hover {
	background-color: #cf112b !important;
	color: #fff !important;
	border: 1px solid #cf112b !important;
	;
}
.cost-list {
	list-style: none;
	padding:0px;
	margin: 0;
	font-weight: 600;
}
.cost-list li {
	display: table;
	margin-bottom: 20px;
}
.cost-left, .cost-info {
	display: table-cell;
	vertical-align: middle;
}
.cost-left {
	width: 100px;
	height: 100px;
	display: table-cell;
	text-align: center;
	border: 6px solid #fff;
	background-color: #cf112b;
	color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
}
.cost-left span {
	display: block;
}
.cost-left {
	font-size: 13px;
}
.cost {
	font-size: 22px;
	font-weight: 600;
}
.cost-info {
	padding-left: 20px;
	text-align: left;
}
.session-location p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom:5px;
}
.page-title {
	background-color: #f5f5f5;
	padding: 20px 15px;
}
.page-title h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 600;
	margin: 0;
	font-size: 44px;
	line-height: 1.3;
	color:#444;
}
.secondarynav-box {
	background: #fff;
}
.course-seq-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.course-seq-list li {
	padding: 20px;
	display: table;
	width: 100%;
}
.course-seq-list li:nth-child(odd) {
	background-color: #f5f5f5;
	font-weight: 600;
}
.course-seq-list li:nth-child(even) {
	background-color: #fff;
}
.list-title {
	background-color: #464646 !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 16px;
	text-transform: uppercase;
}
.instructions {
	background-color: #cf112b !important;
	color: #fff !important;
	text-align: left;
}
.instructions .fa, .session-time .fa {
	margin-right: 10px;
}
.instructions p {
	font-weight: 300;
}
.semester {
	width: 90%;
	text-align: left;
	display: table-cell;
}
.units {
	width: 10%;
	text-align: center;
	display: table-cell;
}
.ytp-cued-thumbnail-overlay-image {
	padding-bottom: 1px;
}
.hr
{
	clear:both;
	height:1px;
	background-color:#ddd;
	margin:19px -30px;
}
.financial-aid
{
	color:#525252;
	font-weight: 300;
}
.financial-aid .text-red
{
	text-decoration:underline;
	font-weight: 600;
}
.fa-money
{
	margin-right:5px;
	font-size:16px;
}

@media (min-width: 992px) and (max-width: 1200px) {
.session-location
{
	width: 290px;
}
.session-time
{
	width: 230px;
}
}
@media (min-width: 992px) {
.header-banner h1, .header-banner a
{
	padding: 10px 15px;
}
}
 @media (max-width: 767px) {
/*BSOS Home*/
.header-banner {
	margin-top:0px;
	margin-bottom: 20px;
}
.secondary-nav ul li {
	display: block;
}
.secondary-nav ul>li> a {
	line-height: 50px;
	border-bottom: 2px solid tranparent;
}
.secondary-nav ul>li.active> a {
	line-height: 50px;
	border-bottom: 2px solid #cf112b;
}
.secondary-nav ul>li> a:hover
{
	line-height: 50px;
}
.box-center, .section-video .box-center {
	width: 100%;
	margin: 0;
}
.secondary-nav {
	height: auto !important;
}
.secondary-nav ul {
	padding: 20px 0;
}
.header-banner {
	clear:both;
    height: 10em;
}
.header-banner h1
{
	font-size:20px;
}
.header-banner a
{
	font-size:16px;
}
.page-title h1
{
	font-size:40px;
}
}
@media (max-width: 480px) {
.session-location {
	width: 245px;
}
.session-time {
	width: 195px;
}
}
@media (max-width: 326px) {
.header-banner h1
{
	font-size:18px;
}
}
